projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3785768
)
xend: Remove duplicate setResume() method.
author
Keir Fraser
<keir.fraser@citrix.com>
Thu, 28 Feb 2008 10:31:45 +0000
(10:31 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Thu, 28 Feb 2008 10:31:45 +0000
(10:31 +0000)
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
tools/python/xen/xend/XendDomainInfo.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendDomainInfo.py
b/tools/python/xen/xend/XendDomainInfo.py
index b189a9f27a3ab38951005a650151a190080f567f..74a69fbc6debd817cf4b81597a315a2be4900f33 100644
(file)
--- a/
tools/python/xen/xend/XendDomainInfo.py
+++ b/
tools/python/xen/xend/XendDomainInfo.py
@@
-1406,9
+1406,6
@@
class XendDomainInfo:
def setWeight(self, cpu_weight):
self.info['vcpus_params']['weight'] = cpu_weight
- def setResume(self, state):
- self._resume = state
-
def getRestartCount(self):
return self._readVm('xend/restart_count')